Private Sub btnα_Click()

    If txtȣ.Value = "1234" Then
    
        MsgBox "ȣ ġմϴ."
        Unload Me
                
    Else
    
        txtȣ.Value = Empty
        txtȣ.SetFocus
    
    End If

End Sub
